home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 103
/
Vol 103.iso
/
games
/
sheep_es.swf
/
scripts
/
DefineSprite_67
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-03-13
|
171 b
|
6 lines
seconds_low = 1;
seconds_high = 6;
rand = Math.round(Math.random() * seconds_high) + seconds_low;
start_time = getTimer() / 1000;
_root.display.gotoAndStop("Reset");